home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / MacHacksBug / Python 1.5.2c1 / Extensions / Imaging / PIL / ImagePath.py < prev    next >
Encoding:
Text File  |  2000-06-23  |  332 b   |  19 lines

  1. #
  2. # The Python Imaging Library
  3. # $Id: ImagePath.py,v 1.1.1.1 1998/08/18 13:07:56 sjoerd Exp $
  4. #
  5. # path interface
  6. #
  7. # History:
  8. #    96-11-04 fl    Created
  9. #
  10. # Copyright (c) Secret Labs AB 1997.
  11. # Copyright (c) Fredrik Lundh 1996.
  12. #
  13. # See the README file for information on usage and redistribution.
  14. #
  15.  
  16. import Image
  17.  
  18. Path = Image.core.path
  19.